<xs:complexType name="BaggageInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="Pieces" type="xs:int" nillable="true" minOccurs="0" />
<xs:element name="Weight" type="PackageWeightType" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:complexType> |